home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / slide.exe / DemoSlide.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-06-20  |  2KB  |  120 lines

  1. object Form3: TForm3
  2.   Left = 296
  3.   Top = 123
  4.   BorderStyle = bsDialog
  5.   Caption = 'Demo name and color...'
  6.   ClientHeight = 357
  7.   ClientWidth = 429
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 2
  18.     Top = 2
  19.     Width = 425
  20.     Height = 353
  21.     BevelInner = bvLowered
  22.     BorderWidth = 3
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 75
  26.       Top = 83
  27.       Width = 31
  28.       Height = 13
  29.       Caption = 'Name:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 75
  33.       Top = 185
  34.       Width = 87
  35.       Height = 13
  36.       Caption = 'Background color:'
  37.     end
  38.     object Label3: TLabel
  39.       Left = 100
  40.       Top = 28
  41.       Width = 225
  42.       Height = 24
  43.       Caption = 'Choose name and color'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -19
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.     end
  51.     object Edit1: TEdit
  52.       Left = 71
  53.       Top = 106
  54.       Width = 121
  55.       Height = 21
  56.       TabOrder = 0
  57.       OnChange = Edit1Change
  58.     end
  59.     object CheckBox1: TCheckBox
  60.       Left = 71
  61.       Top = 153
  62.       Width = 256
  63.       Height = 17
  64.       Caption = 'Add  a "More info" switch to demo menu.'
  65.       TabOrder = 1
  66.     end
  67.     object Button1: TButton
  68.       Left = 328
  69.       Top = 308
  70.       Width = 75
  71.       Height = 25
  72.       Caption = 'Cancel'
  73.       TabOrder = 2
  74.       OnClick = Button1Click
  75.     end
  76.     object Button2: TButton
  77.       Left = 229
  78.       Top = 308
  79.       Width = 75
  80.       Height = 25
  81.       Caption = 'Make EXE'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clWindowText
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.       TabOrder = 3
  89.       OnClick = Button2Click
  90.     end
  91.     object ComboBox1: TComboBox
  92.       Left = 71
  93.       Top = 207
  94.       Width = 145
  95.       Height = 21
  96.       ItemHeight = 13
  97.       Items.Strings = (
  98.         'White'
  99.         'Yellow'
  100.         'Red'
  101.         'Blue'
  102.         'Green'
  103.         'Gray'
  104.         'Purple'
  105.         'Black')
  106.       TabOrder = 4
  107.       Text = 'Black'
  108.     end
  109.     object Button3: TButton
  110.       Left = 146
  111.       Top = 308
  112.       Width = 75
  113.       Height = 25
  114.       Caption = '< Back'
  115.       TabOrder = 5
  116.       OnClick = Button3Click
  117.     end
  118.   end
  119. end
  120.